home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / conex63a.zip / CONEX.DOC next >
Text File  |  1994-05-18  |  44KB  |  1,163 lines

  1.  
  2.  
  3.                            A Quick Reference
  4.  
  5.  
  6.                            CONEX VERSION 6.3a
  7.  
  8.                          Fri  01-28-94 10:34:51
  9.  
  10.  
  11.                   Copyright (C) 1991-94 Erhard Hilbig
  12.  
  13.  
  14.  
  15. CONEX (Latin connection) is used to communicate between IBM personal
  16. computer and a host or between two IBM PCs.
  17.  
  18. These are the highlights of the program:
  19.  
  20.  -  The IBM PC can be used as terminal via COM1 - COM4, via Interrupt 14,
  21.     DECNET LAT, FTP TCP/IP, B&W TCP/IP, 3COM (BAPI) at a host.
  22.  
  23.  -  COM parameters like baudrate (50-115200), parity, full/half duplex,
  24.     xon/xoff or hardware handshake can be set in CONEX.
  25.  
  26.  -  Files can be transferred without protocol, e.g., to save a session to
  27.     disk.
  28.  
  29.  -  Several DOS commands can be used inside CONEX, such as "cd", "del"
  30.     or a DOS shell can be entered.
  31.  
  32.  -  All incoming characters can be sent to a printer.
  33.  
  34.  -  You can transfer files to and from the host via KERMIT protocol
  35.     using long packets and sliding windows.
  36.  
  37.  -  Tektronix 4010/4014/4105 and DEC VT100 - VT320 can be emulated. The
  38.     crosshair in GIN mode can be moved by a mouse.
  39.  
  40.  -  Graphical output can be displayed on a HPGL plotter or transferred to
  41.     other programs.
  42.  
  43.  -  Supports screen modes with up to 50 lines and 132 columns.
  44.  
  45.  -  Up to 20-30 pages of screen output can be scrolled back to screen and
  46.     edited.
  47.  
  48.  -  All keys including the numerical keypad and mouse buttons can be
  49.     programmed.
  50.  
  51.  -  Incoming characters from the port can be remapped by the user.
  52.  
  53.  -  Supports a phonebook
  54.  
  55.  -  The configuration of CONEX can be saved to an ASCII file, which can
  56.     be protected by a password or CONEX can be patched by itself.
  57.  
  58.  -  Several sessions, especially net sessions, can be opened concurrently.
  59.  
  60.  -  CONEX is completely written in assembler and therefore very quick
  61.     and small. The only file necessary to run CONEX is "conex.exe".
  62.  
  63.  
  64.  
  65. ╒══════════════════════════════════════════════════════════════════════╕
  66. │                          How to start CONEX                          │
  67. ╘══════════════════════════════════════════════════════════════════════╛
  68.  
  69.  
  70. Simply start CONEX version 6.3a with
  71.  
  72.                 conex [<number>|<host>] [options]
  73.  
  74. parameters
  75. ───────────────────────────────────────────────────────────────────────
  76.  
  77. <number> - enter session 0 - 9 (default: 0)
  78.  
  79. <host> - connect to host in a network
  80.  
  81.    Case 1: Session <host> has been defined previously with <Alt-I>
  82.            --> change to this session
  83.  
  84.    Case 2: Session <host> is undefined
  85.            --> select the lowest session with empty host name
  86.                or session 0, if none available.
  87.                port is determined automatically (can be set with <Alt-Y>)
  88.  
  89.  
  90. options
  91. ───────────────────────────────────────────────────────────────────────
  92.  
  93. /i<filename> - load different ini file (default: conex.ini)
  94.  
  95.  
  96.  
  97. ╒══════════════════════════════════════════════════════════════════════╕
  98. │                             DOS Commands                             │
  99. ╘══════════════════════════════════════════════════════════════════════╛
  100.  
  101. DOS commands can be executed nearly at any time using the alternate keys.
  102.  
  103.  
  104. => <Alt-C> - Change to another drive/directory
  105.  
  106.    You can change to a new drive by adding "<drive>:" to your pathname.
  107.  
  108.  
  109.  
  110. => <Alt-E> - Erase file
  111.  
  112.    Wild cards cannot be used when entering the filename, but you can
  113.    switch to a selection menu with <Page up>/<Page down>.
  114.  
  115.  
  116.  
  117. => <Alt-X> - eXecute DOS commands
  118.  
  119.    Any valid DOS commands can be executed. But if you want to enter the
  120.    DOS shell completely give <Return>. You return to CONEX with "exit".
  121.  
  122.  
  123.  
  124. ╒══════════════════════════════════════════════════════════════════════╕
  125. │                           Port Parameters                            │
  126. ╘══════════════════════════════════════════════════════════════════════╛
  127.  
  128. => <Alt-I> - Initialize connection
  129.  
  130.    The following parameters can be modified
  131.  
  132.    Host:       Name of the host to which you are connected. It is only
  133.                important if you are working on a network with LAT,
  134.                PC/TCP, BW/TCP or 3COM (BAPI). Changing this parameter
  135.                will automatically close the old session.
  136.  
  137.    Port:       Com, interrupt 14, LAT, PC/TCP, BW/TCP, 3COM (BAPI)
  138.  
  139.    Bits/parity:7 space, 7 even, 7 odd, 7 mark, 8 odd, 8 even, 8 none
  140.  
  141.    Duplex:     half - all entered characters are immediately displayed.
  142.                full - the host echoes all received characters.
  143.  
  144.    more ...:   This allows you to change more parameters which are less
  145.                important. These are:
  146.  
  147.    Prompt:     You can enter part of the prompt of the connected machine
  148.                here. When you enter "return" in "edit mode" all
  149.                characters following this prompt are transmitted.
  150.  
  151.    Answer:     This string is transmitted, if the host sends ENQ
  152.                (decimal 5).
  153.  
  154.  
  155. COM PORT and INT 14
  156. ────────────────────────────────────────────────────────────────────────
  157.  
  158.    Portnumber: 1, 2, 3, 4
  159.                   COM1 ... COM4 if they exist. COM3 and COM4 can only be
  160.                   used if they are defined in BIOS, otherwise you have
  161.                   to set IO-ports and interrupts for these ports in
  162.                   conex.ini. (See tech.ref for more details)
  163.  
  164.    Baudrate:   50, 75, 150, 200, 300, 600, 1200, 1800, 2400, 3600, 4800,
  165.                9600, 14400, 19200, 38400, 57600, 115200 bits/second
  166.                   Shows the speed at which characters are transmitted.
  167.  
  168.    Stopbits:   1, 2 - Number of stop bits that follow the end of a
  169.                   character on a serial line. Normally this has not much
  170.                   influence on a transmission.
  171.  
  172.    Handshake:  none     - no handshake
  173.                hardware - Characters are only transmitted if pins CTS or
  174.                           DSR are set (not with Int14).
  175.                xon/xoff - XOFF=^S stops transmission
  176.                           XON=^Q starts transmission again
  177.  
  178.    Normally CONEX accesses the hardware of COM ports directly, because
  179.    this more flexible. But you can also set to "Int14" to use the BIOS
  180.    interrupt 14. Some network software also use this interrupt.
  181.  
  182.  
  183. PC/TCP and BW/TCP
  184. ────────────────────────────────────────────────────────────────────────
  185.  
  186.    Telnet port: Default port is 23, some hosts use different ports for
  187.                 special purposes.
  188.  
  189.    Telnet timeout: How long do we wait for an answer during initial
  190.                connection in milliseconds? This value may be increased
  191.                for long distance connections.
  192.  
  193.  
  194.    LAT (Local Area Transport) is used to connect PC and host via
  195.    DECNET. A resident program called "lat" must be loaded before using
  196.    this option. LAT is contained in DECnet-DOS which is available from
  197.    DEC (Digital Equipment Corporation). This software has been tested
  198.    with DECnet-DOS version 2.1.
  199.  
  200.    With PC/TCP you can make a telnet connection on ethernet. The PC/TCP
  201.    kernel ("ethdrv") from FTP Software Inc. must be loaded before, it is
  202.    not public domain. The program has been tested with version 2.04, 2.05
  203.    2.11 and 2.2. PC/TCP is a registered trademark of
  204.  
  205.       FTP software, Inc.                   anonymous file server
  206.       26 Princess Street                   vax.ftp.com (128.127.2.100)
  207.       Wakefield, MA 01880
  208.       (617) 246-0900
  209.  
  210.    BW/TCP has the same features as PC/TCP. The internet number can be
  211.    entered directly as hostname or the hostname can be resolved with a
  212.    host file. Enter its location in <Alt-Y>. Hostname resolution with a
  213.    name server is not supported.
  214.  
  215.    BW/TCP is a product from Beame & Whiteside Software Ltd.
  216.  
  217.       Beame & Whiteside Software Ltd       Tel + Fax:
  218.       P.O. BOX 8130                        (416) 648 6556
  219.       Dundos, Ontario
  220.       CANADA
  221.       L9H 5E7
  222.  
  223.  
  224. 3COM (BAPI)
  225. ────────────────────────────────────────────────────────────────────────
  226.  
  227.    CONEX supports BAPI (Bridge Application Program Interface) from 3COM.
  228.    You must enter a host name.
  229.  
  230.  
  231.  
  232. => <Alt-D>